WalkBehind description ...


Properties


Enabled

bool Enabled

Gets/sets whether this WalkBehind is enabled.


ID

int ID

Gets the ID of the WalkBehind.


Name

string Name

Gets the name of the WalkBehind.


Methods


GetBinaryProperty

int GetBinaryProperty(string property)

Gets a binary integer Custom Property for this WalkBehind (0 or 1).


GetBoolProperty

bool GetBoolProperty(string property)

Gets a bool Custom Property for this WalkBehind.


GetIntegerProperty

LooseInteger GetIntegerProperty(string property)

Gets an integer Custom Property for this WalkBehind.


GetTextProperty

string GetTextProperty(string property)

Gets a text Custom Property for this WalkBehind.


RunInteraction

void RunInteraction(CursorMode cursorMode)

Runs the specified event handler for this WalkBehind.


SetBinaryProperty

void SetBinaryProperty(string property, int value)

Sets a binary integer Custom Property for this WalkBehind.


SetBoolProperty

void SetBoolProperty(string property, bool value)

Sets a bool Custom Property for this WalkBehind.


SetIntegerProperty

void SetIntegerProperty(string property, int value)

Sets an integer Custom Property for this WalkBehind.


SetTextProperty

void SetTextProperty(string property, string value)

Sets a text Custom Property for this WalkBehind.